Fix a few typos
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Oct 2014 16:53:30 +0000 (12:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Oct 2014 16:53:30 +0000 (12:53 -0400)
gtk/resources/theme/Adwaita/_colors-public.scss

index 8f88b25007a1c2b286c8e511b27fd9b122c64cc4..ebc64f71e38ae542fd51f614f9923b63ba18f396 100644 (file)
@@ -6,7 +6,7 @@
 // Sass thinks we're using the colors in the variables as strings and may shoot
 // warning, it's innocuous and can be defeated by using "" + $var
 /*
-widget text/foregroung color */
+widget text/foreground color */
 @define-color theme_fg_color #{"" +$fg_color};
 
 /*
@@ -78,7 +78,7 @@ these are pretty self explicative */
 @define-color warning_color #{"" +$warning_color};
 @define-color error_color #{"" +$error_color};
 @define-color success_color #{"" +$success_color};
-//@define-color desctructive_color #{$destructive_color}
+//@define-color destructive_color #{$destructive_color}
 
 //WM